home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / R / RnMac Folder / README next >
Encoding:
Text File  |  1993-03-07  |  3.7 KB  |  74 lines  |  [TEXT/KAHL]

  1. I finally found that stupid bug that has been causing crashes for so long!  rnMac is now
  2. safe and 32-bit clean (tested on an LC II, if that counts).
  3.  
  4. NOTE: if you don't like the loooooong delay during startup as rnMac builds the subject
  5. files, hold down the option key as you start up.  This will force rnMac to skip building
  6. the files until you open a group (and *then* it will be slow).  Hopefully I can convince
  7. John Mah to have ToadNews build complete threaded subject lists. (I have March break
  8. in a week, so maybe I can write the code and he can plug it into ToadNews.)
  9.  
  10. Other notable improvements include:
  11.  
  12. March 1993 - v 0.5b
  13. - removed the SysBeep “feature” that caused rnMac 0.4b to beep constantly (a leftover 
  14.   debugging warning, activated when *((long *) 0L != 0x50FFC001, which I was doing as 
  15.   part of an attempt to catch dereferences of nil handles and pointers))
  16. - added REALNAME capability
  17. - added a “Discard” option to the alert shown when mail/news is being sent (sorry!)
  18. - fiddled with newsrc and article reader to allow for really monstrous feeds and large 
  19.   files (i.e. use long's instead of int's wherever possible)
  20. - Ha!  Got that #&^%!#*&^%$* bug in the newsrc.c code that caused all those crashes.  
  21.   It's about time.
  22. - improved TE32K code to v1.2 with modifications suggested by Lee A. Fyock 
  23.   <laf@mbunix.mitre.org> and Patrick C. Beard <beard@cs.ucdavis.edu>; TE32K now supports 
  24.   colour highlighting, better double-click + dragging, and also correctly returns a copy of the 
  25.   text via TE32KGetText
  26.  
  27.  
  28. The Help menu describes the important parts of the new features; most are
  29. intuitive and overdue.
  30.  
  31. As always, the UUPC and ToadNews docs are better than anything I've got written up, so 
  32. read them if you're stuck or confused.  Or maybe e-mail to me at rrwood@canrem.com.
  33. I like getting mail, and I appreciate bug reports.
  34.  
  35.  
  36. Special thanks to Stefan Zingg, Joe Morrison, and Stuart Castergine for registering their 
  37. shareware fees.  Now that rnMac is stabilizing, the rest of you who are using it can
  38. send in your fees, too.  If you can't afford the $$, then e-mail me and at least tell me you 
  39. like the program.  If I can't be rich, at least let me have a large ego.  =)
  40.  
  41.  
  42. Oh.  Here's what the future holds.  The "To Do Soon" items are useful and
  43. otherwise not easily possible.  The "To Do Later" items are esoteric or are
  44. currently possible by a simple alternative (READ THE COMMENTS IN CAPITALS
  45. FOR FURTHER EDIFICATION ON THESE MATTERS).
  46.  
  47.  
  48. To Do Soon:
  49. ===========
  50. - better cooperation with ToadNews in the area of subject lists
  51. - graceful handling of system 7 aliases
  52. - general system 7 behaviour, such as suspend/resume, etc.
  53. - posting of articles to the local system, as well as the usual spooling
  54. - support for multiple users on the same machine (i.e. separate newsrc's, etc.)
  55. - a submenu of groups for "Post To"
  56. - call WaitNextEvent occasionally during long operations like building subject lists
  57. - threaded article lists
  58.  
  59.  
  60. To Do Later:
  61. ============
  62. - background building of subjects list, then shutdown (USE QUICKEYS AND THE
  63.   "BUILD DATABASE" OPTION UNDER THE GROUPS MENU)
  64. - allow for saving a range of articles to disk (OKAY)
  65. - sortable subscribed groups list, perhaps alphabetically, though by preference 
  66.   is better (FOR NOW, JUST USE A TEXT EDITOR ON THE NEWSRC FILE!)
  67. - kill subject/author, now/forever (SLOWS THINGS DOWN A LOT)
  68. - automatic removal of dead groups from the newsrc (GOOD IDEA)
  69. - send AppleEvents to Eudora for creating mail, a la Nuntius (OKAY)
  70. - multiple subscribe/unsubscribe at one time (USE A TEXT EDITOR OR THE OPTION KEY!)
  71. - auto de-hqx'ing of binhex'd articles (WHERE CAN I STEAL CODE FOR THIS?)
  72. - better routing of outgoing mail and news on sites with multiple 
  73.   feeds/connections (FOR THOSE WITH WEIRD SETUPS)
  74.